home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_59_go to edhunter net page = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  343 b   |  12 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   gotoNetPage("http://www.syndime.com/maiden1.htm")
  7. end
  8.  
  9. on mouseLeave
  10.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  11. end
  12.